ActiveReports 11
SignatureField<T> Constructor(T,Boolean,Boolean)

GrapeCity.ActiveReports.Export.Pdf.v11 Assembly > GrapeCity.ActiveReports.Export.Pdf.Section.Signing Namespace > SignatureField<T> Class > SignatureField<T> Constructor : SignatureField<T> Constructor(T,Boolean,Boolean)
Value to write on signature
true, if value should be written
true, if label for value should be shown
Initializes a new instance of the Generic SignatureField class.
Syntax
'Declaration
 
Public Function New( _
   ByVal value As T, _
   ByVal visible As Boolean, _
   ByVal showLabel As Boolean _
)
public SignatureField<T>( 
   T value,
   bool visible,
   bool showLabel
)

Parameters

value
Value to write on signature
visible
true, if value should be written
showLabel
true, if label for value should be shown
See Also

Reference

SignatureField<T> Class
SignatureField<T> Members
Overload List